String Schema
BaggageInfoType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
Measure Element Weight Element Sequence Weight Element Pieces Element Sequence BaggageInfoType Complex Type
Overview
Sequence
Pieces optional xs:int
Sequence
Weight optional xs:int
Used By
BaggageInfo Element
BaggageInfo Element
BaggageInfo Element
Source
<xs:complexType name="BaggageInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Pieces" type="xs:int" nillable="true" minOccurs="0" />
    <xs:element name="Weight" type="PackageWeightType" nillable="true" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.